Add neonatal_wt dataset (neonatal weight progression) - #10
Merged
Conversation
Longitudinal neonatal body weight for 189 neonates (1120 obs) with 5 covariates (Sex, DelM, GA, Mage, Para2), the second case study in Rohleff et al. (2025) on VAE-based NLME modeling. No dosing (turnover growth model with an estimated initial weight), so every record is an observation (EVID=0). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01CWzfXji5F2nmr34AUa7Ntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds the neonatal_wt dataset: longitudinal neonatal body weight for 189 neonates (1120 observations) with 5 covariates (Sex, DelM, GA, Mage, Para2).
This is the second case study in Rohleff et al. (2025) on VAE-based nonlinear mixed-effects modeling, used to validate the new
est="vae"method innlmixr2est. Body weight follows a turnover (zero-order production, first-order elimination) growth model whose initial weight is an estimated parameter, so there is no dosing and every record is an observation (EVID=0).data/neonatal_wt.rda(nlmixr2-formatted: ID, TIME, DV, EVID, Sex, DelM, GA, Mage, Para2)R/data_neonatal_wt.R+ generatedman/neonatal_wt.Rd🤖 Generated with Claude Code
https://claude.ai/code/session_01CWzfXji5F2nmr34AUa7Ntu